Conversation
- Add docs/roadmap/workflow-test-mode.md: Design for local workflow testing CLI - Add docs/roadmap/localmostrc.md: Design for declarative sandbox policy files - Update README roadmap to link to design docs - Add CLAUDE.md guidance for roadmap item formatting
Theme: Test locally, secure by default - Workflow test mode: local CLI for running workflows before push - Declarative sandbox policy: .localmostrc for per-repo access control - CLI polish: improved install and command experience Breaks down into 10 implementation phases with specific tasks.
- Policies now have shared (baseline) and workflows (per-workflow) sections - Each workflow inherits from shared, can add or deny access - Deploy workflow can access fastlane without exposing it to build/test - Updated release plan to include policy merge logic tasks
13c63ba to
ae0136d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Themes are local workflow testing for faster iteration, and a default-deny sandbox with explicit project policies in an rc file.